Conversation
* feat: Prepare 0.68.0 update * fix: Load trust for some tests * fix: Trust settings * fix: Update tests * fix: Restore deleted file * fix: Update the examples * fix: Clarify comment * fix: CLean up old tmp test * fix: Switch to json * fix: Add sign all files test with V2 spec * fix: Remove toml example
* Update c2pa version from v0.68.0 to v0.69.0 * fix: Test version number check
* fix: Version bump * fix: New bindings * fix: Initial bindings * fix: Few more tests * fix: Add a test * fix: Renamings * chore: c2pa-v0.71.1 * chore: c2pa-v0.71.1 * fix: Update tests * fix: Clean up logs * fix: Clean up logs from native lib
* chore: Update c2pa version to v0.72.0 * chore: Update expected SDK version in unit tests
* chore: Update c2pa version to v0.72.1 * chore: Update c2pa version to v0.72.1 * fix: Makefile indent typo * fix: Update the tests
* chore: Update c2pa version to v0.73.0 * chore: Update expected SDK version in unit test * fix: Remove retired runner * fix: Update retired runner * fix: Update retired runner 2 * fix: Update retired runner 3
* chore: Update c2pa version to v0.73.1 * fix: Update expected SDK version in unit test
* chore: Update expected SDK version in unit test * chore: Update c2pa version to v0.73.2
* fix: Clarify version docs * fix: Add the test that verifies direct instance throws * fix: Add the tests for the factory method * fix: Add tests for from_asset * fix: Add tests * fix: Typos in docs * fix: Add docs * fix: Docs * fix: Typo * fix: Rename method * fix: Exception classes hierarchy * fix: COmment typos... * fix: Typos in comments * fix: In examples, add link to the app repo example * fix: In examples, add link to the app repo example * fix: In examples, add link to the app repo example * fix: Add docs link * fix: Add docs link * fix: Clean up exception handling
* fix: Clarify version docs * fix: Add the test that verifies direct instance throws * fix: Add the tests for the factory method * fix: Add tests for from_asset * fix: Add tests * fix: Typos in docs * fix: Add docs * fix: Docs * fix: Typo * fix: Rename method * fix: Exception classes hierarchy * fix: COmment typos... * fix: Typos in comments * fix: In examples, add link to the app repo example * fix: In examples, add link to the app repo example * fix: In examples, add link to the app repo example * fix: Add docs link * fix: Add docs link * fix: Clean up exception handling * fix: try_read
* fix: Clarify version docs * fix: Add the test that verifies direct instance throws * fix: Add the tests for the factory method * fix: Add tests for from_asset * fix: Add tests * fix: Typos in docs * fix: Add docs * fix: Docs * fix: Typo * fix: Rename method * fix: Exception classes hierarchy * fix: COmment typos... * fix: Typos in comments * fix: In examples, add link to the app repo example * fix: In examples, add link to the app repo example * fix: In examples, add link to the app repo example * fix: Add docs link * fix: Add docs link * fix: Clean up exception handling * fix: try_read * fix: Bump version * fix: Load settings order
* fix: Update expected SDK version in unit tests * fix: Update c2pa version to v0.75.3 * fix: Update SDK version in unit tests to 0.75.4 * fix: Update c2pa version to v0.75.4 * fix: Update comment to clarify legacy settings loading
* Update c2pa version to v0.75.6 * fix: Update SDK version in unit test
* Update c2pa version to v0.75.7 * Update SDK version in unit tests
* fix: Bump c2pa version to v0.75.8 * fix: Update SDK version in unit tests
* Update c2pa-native-version.txt * Update test_unit_tests.py * Update test_unit_tests.py * Update c2pa-native-version.txt * Retrigger all tests at once
* chore: Update c2pa-native-version.txt * fix: Update test_unit_tests.py * Update test_unit_tests.py * Update c2pa-native-version.txt * Update test_unit_tests.py * Update c2pa-native-version.txt * fix: Remove obsolete test * fix: Prep for 0.75.16 * fix: Retrigger all tests
* chore: Up to c2pa-v0.75.18 * chore: Update test_unit_tests.py to check c2pa-v0.75.18 * Update test_unit_tests.py * Update c2pa-native-version.txt * Update test_unit_tests.py
* Update c2pa-native-version.txt * chore: Update test_unit_tests.py
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.6 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.6...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.6 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.6...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Context and Settings WIP * fix: Docs 1 * fix: WIP * fix: WIP * Delete docs/faqs.md * Update settings.md * Update usage instructions for context managers Clarified usage of context managers with Builder, Reader, and Signer classes. * fix: WIP * fix: Docs * fix: Clean up * fix: Move docs out * Delete tests/test_docs.py * fix: Switch to Interface and not protocol * fix: Updates * fix: Update things * fix: CLean up notes * fix: Require funcs * fix: Examples * fix: Refactor * fix: Refactor * fix: Unnest example * fix: The exampels * fix: The useless refactors * fix: Refactor * fix: Refactor 2 * fix: Refactor 3 * fix: Refactor * fix: Refactor 4 * fix: Version bump * fix: Deprec warning * fix: Test also the contextual APIs in threading * fix: Refactor * fix: Native handles handling refactoring (#232) * fix: Native handles handling * fix: Clean up notes * fix: Native handles handling --------- Co-authored-by: Tania Mathern <tania.mathern@gmail.comn> * fix: Format * fix: Tests * fix: Test with trust * Clean up comments in read.py Removed unnecessary comments about trust anchor configuration. * Update read.py * fix: Typos * fix: Typos * fix: Notes for WIP * fix: Refactor * Remove version vNext details from release notes Removed details about new features and deprecations for version vNext. * fix: docs * fix:signfile * fix: Clean up * fix: Clean up * fix: Remove unused APIs * fix: Remove unused APIs, with_archive added * fix: Clean up notes and tests * fix: Double free * fix: Wording and examples * fix: Ownership handling * fix: Improve resources handling * fix: Docs * fix: refactor & docs * fix: refactor & docs * fix: refactor & docs * fix: refactor * fix: refactor * feat: Fragment APIs (e.g. for video) (#237) * fix: Fragment API * fix: Refactor * fix: Refactor * docs: Managed resources (#238) * fix: Managed resources docs * fix: Docs * fix: Docs * fix: Docs * fix: Docs * fix: Update docs --------- Co-authored-by: Tania Mathern <tania.mathern@gmail.comn> * fix: refactor * fix: refactor * fix: refactor * fix: refactor * fix: refactor * fix: refactor * fix: refactor * fix: refactor * fix: Memory handling * fix: Remote manifest support in Reader with Context (#233) * fix: New API * fix: Review feedback on c2pa-rs PR * fix: Docs * v0.77.1 of c2pa-rs is released * Update c2pa version to v0.77.1 * fix: Merge conflict mistake --------- Co-authored-by: Tania Mathern <tania.mathern@gmail.comn> * fix: Master of typos * fix: Docs * fix: Fix a typo * chore: Update c2pa version to v0.78.2 (#239) * Update c2pa version to v0.78.0 * Update expected SDK version in unit test * Update expected SDK version in unit test * Update c2pa version from v0.78.0 to v0.78.1 * Update expected SDK version in unit test * Update c2pa version to v0.78.2 * fix: Lifecycle handling handler leaks * fix: Review comments 2 * fix: Lifecycle handling handler leaks * fix: Docs * fix: Docs * fix: Docs --------- Co-authored-by: Tania Mathern <tania.mathern@gmail.comn>
ale-adobe
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature branch holding multiple c2pa-rs version bumps, but mainly new Context+Settings APIs from #230 to support trust settings.